home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / mono / bath.dxr / 00022.ls < prev    next >
Encoding:
Text File  |  1996-07-06  |  222 b   |  14 lines

  1. on exitFrame
  2.   global columnnum, monoseen, maxmono, maxcol
  3.   set maxmono to 13
  4.   set maxcol to 5
  5.   if monoseen = 1 then
  6.     initsprite()
  7.   else
  8.     inits()
  9.   end if
  10.   init()
  11.   set columnnum to 1
  12.   columnset(columnnum)
  13. end
  14.